From: Paul Eggert Date: Thu, 14 Apr 2011 02:17:19 +0000 (-0700) Subject: * region-cache.h (pp_cache): Mark as externally visible. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~4132^2~22 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5f9b343588492f22a91e2a34bf6ea7f59310cce7;p=emacs.git * region-cache.h (pp_cache): Mark as externally visible. --- diff --git a/src/ChangeLog b/src/ChangeLog index c61df0187e1..2fc85c9db2d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2011-04-14 Paul Eggert + * region-cache.h (pp_cache): Mark as externally visible. + * process.c: Make symbols static if they're not exported. (process_tick, update_tick, create_process, chan_process): (Vprocess_alist, proc_buffered_char, datagram_access): diff --git a/src/region-cache.h b/src/region-cache.h index 8e4336c2885..255b517f17a 100644 --- a/src/region-cache.h +++ b/src/region-cache.h @@ -112,4 +112,4 @@ extern int region_cache_backward (struct buffer *BUF, EMACS_INT *NEXT); /* For debugging. */ -void pp_cache (struct region_cache *); +void pp_cache (struct region_cache *) EXTERNALLY_VISIBLE;